'Declaration
Public Function SmoothingPeriod( _ ByVal value As Double _ ) As StochasticBuilder(Of T)
public StochasticBuilder<T> SmoothingPeriod( double value )
Parameters
- value
- The value.
Return Value
Current builder.
'Declaration
Public Function SmoothingPeriod( _ ByVal value As Double _ ) As StochasticBuilder(Of T)
public StochasticBuilder<T> SmoothingPeriod( double value )